SixBit API Schema
ItemStatusType Simple Type
Description
The status of an item. This field is required if the SubStatusID or SubStatusName field is provided.
Namespace (none)
Type
Restriction of xs:string
Diagram
ItemStatusType Simple Type
Overview
ItemStatusType Restriction of xs:string
The status of an item. This field is required if the SubStatusID or SubStatusName field is provided.
Facets
EnumerationUnderConstruction
EnumerationAwaitingUpload
EnumerationPreviouslyListed
EnumerationRetired
Source
<xs:simpleType name="ItemStatusType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The status of an item.  This field is required if the SubStatusID or SubStatusName field is provided.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="UnderConstruction" />
    <xs:enumeration value="AwaitingUpload" />
    <xs:enumeration value="PreviouslyListed" />
    <xs:enumeration value="Retired" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.